From 8b682a97565e2ce91f310cdac6dad5401e4ba521 Mon Sep 17 00:00:00 2001 From: "emellor@leeni.uk.xensource.com" Date: Wed, 14 Dec 2005 12:07:26 +0000 Subject: [PATCH] Ignore .flc, .patch, .orig, and .rej files, and TAGS in the top level. Signed-off-by: Ewan Mellor --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hgignore b/.hgignore index a142796726..766a688126 100644 --- a/.hgignore +++ b/.hgignore @@ -10,6 +10,11 @@ .*\.tar\.bz2$ .*\.tar\.gz$ .*~$ +.*\.flc$ +.*\.orig$ +.*\.rej$ +.*\.patch$ +^TAGS$ ^dist/.*$ ^docs/.*\.aux$ ^docs/.*\.dvi$ -- 2.30.2